home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-05-14  |  494 b   |  15 lines

  1. on(press){
  2.    _root.check_l = false;
  3.    _root.l._visible = false;
  4.    _root.check_l2 = false;
  5.    _root.l2._visible = false;
  6.    if(getTimer() - t < 500 and this.hitTest(_root._xmouse,_root._ymouse,true))
  7.    {
  8.       eval("_root.l3.content.field_" + _root.field_select).gotoAndStop(1);
  9.       gotoAndStop(2);
  10.       _root.field_select = int(String(this).slice(25,String(this).length));
  11.       var iden = eval("_root.l3.content.field_" + _root.field_select).id;
  12.    }
  13.    t = getTimer();
  14. }
  15.